PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DNode Class / setName Method
The name of the node being described by this node object.
In This Topic
    setName Method
    In This Topic
    Sets the name of the node.
    Syntax
    public void setName( 
       java.lang.String name
    )

    Parameters

    name
    The name of the node being described by this node object.
    Exceptions
    ExceptionDescription
    When the name is null or empty.
    See Also